home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Seymore Butts - Bustin Out My Best! Anal
/
Seymore Butts - Bustin Out My Best Anal.iso
/
pc
/
setup.inf
< prev
next >
Wrap
Text File
|
1995-03-13
|
3KB
|
112 lines
DefineVariables
Text [ProductName] := Seymore Butts
EndDefineVariables
[String1] := See Film Movie: [ProductName]
;; Initialize variables for screen and script execution
SetBackgroundColor 0 0 64 191 64 0
SetDefaultBitmap off
;;LoadBitmap 1 rdlogo.BMP
;;ShowBitMap 1 @xy(95,25)
ShowWindow Maximized
SetReplacementInquiry OFF
SetReadOnlyInquiry OFF
SetModifyModeTo MODIFY
NoSysFileConfirmation
;; Product Introduction Screen
Dialog
[ProductName] installation.
EndDialog
;; These four lines allows the selection of an installationdrive and
;; directory. The entire install process is accomplished here.
;;DetermineInstallationDrive RequireFixed
;;DetermineInstallationDirectory InstallationDrive:\SeeFilm
;;VerifyCorrectMedia [InstallFromDrive] DBC 1 volumelabel=DBC_1
;;CopyFiles from [InstallFromDirectory]
;; readme.txt
;;EndCopyFiles
DialogBox 165 56 UseHeader "" Returns [Number6] BlackOnLightGray NoCaption
CText @xy( 10, 2) 151 8 "QuickTime for Windows is needed to run the"
CText @xy( 10, 12) 151 8 [String1]
CText @xy( 10, 22) 151 8 "Would you like to install it now?"
DefPushButton @xy( 23, 40) 50 14 "&Install" 1011
PushButton @xy( 95, 40) 50 14 "&No Install" 1012
EndDialogBox
If [Number6] = 1012
GoTo GoMedia
Endif
If [Number6] = 1013
GoTo GoMedia
Endif
:QTInst
ClearScreen
TextBox
Now Installing the
QuickTime for Windows
system software
EndTextBox
CopyFiles from [InstallFromDirectory]\lib to [WindowsSystemDirectory] quietly
*.*
EndCopyFiles
CopyFiles from [WindowsSystemDirectory] to [WindowsDirectory] quietly
playenu.dll
viewenu.dll
EndCopyFiles
ModifyTextFile [WindowsDirectory]\control.ini Quietly
InSection [drivers.desc]
AddOrChangeLineWith (mciqtw.drv,,) as "[WindowsSystemDirectory]\mciqtw.drv = [MCI] QuickTime for Windows" at end
EndModifyTextFile
ModifyTextFile [WindowsDirectory]\win.ini Quietly NoInquiry
InSection [mci extensions]
AddOrChangeLineWith (mov,=,) as "mov=QTWVideo" at end
AddOrChangeLineWith (pic,=,) as "pic=QTWVideo" at end
AddOrChangeLineWith (jpg,=,) as "jpg=QTWVideo" at end
EndModifyTextFile
ModifyTextFile [WindowsDirectory]\system.ini Quietly
InSection [mci]
AddOrChangeLineWith (mciqtw.drv,,) as "QTWVideo=[WindowsSystemDirectory]\mciqtw.drv" at end
EndModifyTextFile
:GoMedia
ProgramManagerDDe
CreateGroup(See Film)
ReplaceItem([ProductName])
ReplaceItem([ProductName] readme)
AddItem([InstallFromDirectory]\winp.exe, [ProductName] )
AddItem(notepad.exe [InstallFromDirectory]\readme.txt, [ProductName] readme)
EndProgramManagerDDE
;; Exit dialog box and messages
Dialog
[ProductName] installation is complete.
Enjoy the Movie!
EndDialog
:SoLong
Procedure DDENonFatalErrorTrap
EndProcedure
EndScript